Multi Line Comment
Flow-Wing supports multi line comments. They start with /#
and end with #/
.
Example Usage:
/# This is a multi line comment
Commented on line 1
Commented on line 2
#/
print("Hello, World!")
Output:
Hello, World!
Flow-Wing supports multi line comments. They start with /#
and end with #/
.
/# This is a multi line comment
Commented on line 1
Commented on line 2
#/
print("Hello, World!")
Output:
Hello, World!